home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia2.dir
/
01525_Script_Generic Camera Exit Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
466b
|
22 lines
on exitFrame
global length, snap1, snap2, theMovieName, gtheDay
if the movieTime of sprite 48 > length then
puppetsprite 48, false
set the sound of cast theMovieName to 0
if snap1 = 0 and snap2 = 0 then
updatestage
puppetsound 0
go frame gtheDay & "NoShots"
exit
else
puppetsound 0
updatestage
go frame "Darkroom"
exit
end if
else
go to the frame
end if
end